From: Kenichi Handa Date: Wed, 29 Apr 2009 01:42:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~715 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a5e99d6d4947e65bbc34266ca1030ea98b57a74c;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 0e73df832b4..5346173f584 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2009-04-29 Kenichi Handa + + * fontset.h (set_default_ascii_font): Delete extern. + + * fontset.c (set_default_ascii_font): Delete this unused function. + + * frame.c (x_set_font): When ARG is a font-object, check if the + font-object matches with the ASCII font-spec of the frame's + fontset. If not, create a new fontset for the frame. + 2009-04-28 Andreas Schwab * fns.c (Flocale_info): Protect vector from GC during decoding.